File: n_cst_appmanager.sru
Size: 359
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Application Manager service
forward
global type n_cst_appmanager from pfc_n_cst_appmanager
end type
end forward

global type n_cst_appmanager from pfc_n_cst_appmanager
end type
global n_cst_appmanager n_cst_appmanager

on n_cst_appmanager.create
call super::create
end on

on n_cst_appmanager.destroy
call super::destroy
end on